Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Try this...

Hi Nigel,

modify your agent like this and look at the server console while it is running:

Sub Initialize
MsgBox("Agent is running.")

On Error Goto processError

Print "Content-type: text/calendar" & Chr(13) & Chr(10)
Print ""
Print "BEGIN:VCALENDAR"
Print "VERSION:2.0"
Print "PRODID:-//DTF//Projects//EN"
Print "BEGIN:VEVENT"
Print "UID:20090427T150000Z-12345@blah.blah.au"
Print "SEQUENCE:0"
Print "DTSTART:20090427T150000"
Print "DTEND:20090427T160000"
Print "SUMMARY:Nigel Test"
Print "DESCRIPTION:This is the description"
Print "TRANSP:TRANSPARENT"
Print "END:VEVENT"
Print "END:VCALENDAR"

MsgBox("Done.")

Exit Sub
processError:
MsgBox("Error " & Err & " in line " & Erl & ": " & Error$)
Exit Sub
End Sub

This way you can see whether your agent is running (I still suspect that it is not running) or not, or if it running into an error.

Best regards,
Mario Varchmin
e-llennium GmbH


Feedback response number MVAN7RJG6U created by ~Michelle Zentumimanlen on 04/28/2009

create iCalendar entry with agent (~Sarah Brenipul... 27.Apr.09)
. . We're having exact same issue (~Naomi Eknimara... 8.Sep.09)
. . SPR'd and fixed in the next release... (~James Preresas... 13.Nov.09)
. . Maybe the ACL? (~Nita Asawetexo... 27.Apr.09)
. . . . Unfortunately not ACL (~Sarah Brenipul... 27.Apr.09)
. . . . Try this... (~Nita Asawetexo... 28.Apr.09)
. . . . . . . . It's definitely running (~Sarah Brenipul... 28.Apr.09)
. . . . . . . . . . This has been fixed in 8.5.2 (~Manny Asahipi 13.Nov.09)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS